Compare commits
4 Commits
81979d0537
...
f38196b573
| Author | SHA1 | Date |
|---|---|---|
|
|
f38196b573 | |
|
|
47eb5c5f1d | |
|
|
5c9c87d0c4 | |
|
|
7ed9489460 |
|
|
@ -25,8 +25,8 @@ This new configuration is written with the help of:
|
|||
|
||||
## Python provider
|
||||
|
||||
I'm using a virtual environment for the python provider, as the
|
||||
[documentation][7], using `pyenv`.
|
||||
I'm *not* using virtual environment for the python provider, as the
|
||||
[documentation][7] explain, installating `pynvim` through `uv`.
|
||||
|
||||
## Structure
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
-- Load all module files
|
||||
require("core.python-provider")
|
||||
require("core.keymaps")
|
||||
require("core.options")
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
-- Set a virtualenv as python provider
|
||||
-- https://neovim.io/doc/user/provider.html#python-virtualenv
|
||||
|
||||
vim.g.python3_host_prog = "/home/igor/.pyenv/versions/py-nvim3.10/bin/python"
|
||||
|
|
@ -31,10 +31,12 @@ return {
|
|||
require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
"cssls",
|
||||
"eslint",
|
||||
"html",
|
||||
"jsonls",
|
||||
"lua_ls",
|
||||
"marksman",
|
||||
"ts_ls",
|
||||
"ty",
|
||||
"ruff",
|
||||
"yamlls",
|
||||
|
|
|
|||
Loading…
Reference in New Issue