Fix nvim colors and plugins
This commit is contained in:
parent
c249a59129
commit
22059e0e92
@ -77,9 +77,9 @@ require 'lspconfig'.eslint.setup({
|
||||
end,
|
||||
})
|
||||
|
||||
lspconfig.graphql.setup({
|
||||
root_dir = lspconfig.util.root_pattern(".graphqlconfig", ".graphqlrc", "package.json"),
|
||||
flags = {
|
||||
debounce_text_changes = 150,
|
||||
},
|
||||
})
|
||||
--lspconfig.graphql.setup({
|
||||
-- root_dir = lspconfig.util.root_pattern(".graphqlconfig", ".graphqlrc", "package.json"),
|
||||
-- flags = {
|
||||
-- debounce_text_changes = 150,
|
||||
-- },
|
||||
--})
|
||||
|
||||
@ -49,8 +49,8 @@ local function save_profiles(threshold)
|
||||
end
|
||||
|
||||
time([[Luarocks path setup]], true)
|
||||
local package_path_str = "/home/patrick/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/patrick/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/patrick/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/patrick/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
|
||||
local install_cpath_pattern = "/home/patrick/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so"
|
||||
local package_path_str = "/home/patrick/.cache/nvim/packer_hererocks/2.1.1720049189/share/lua/5.1/?.lua;/home/patrick/.cache/nvim/packer_hererocks/2.1.1720049189/share/lua/5.1/?/init.lua;/home/patrick/.cache/nvim/packer_hererocks/2.1.1720049189/lib/luarocks/rocks-5.1/?.lua;/home/patrick/.cache/nvim/packer_hererocks/2.1.1720049189/lib/luarocks/rocks-5.1/?/init.lua"
|
||||
local install_cpath_pattern = "/home/patrick/.cache/nvim/packer_hererocks/2.1.1720049189/lib/lua/5.1/?.so"
|
||||
if not string.find(package.path, package_path_str, 1, true) then
|
||||
package.path = package.path .. ';' .. package_path_str
|
||||
end
|
||||
@ -169,10 +169,10 @@ _G.packer_plugins = {
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/neotest-plenary",
|
||||
url = "https://github.com/nvim-neotest/neotest-plenary"
|
||||
},
|
||||
["nord-vim"] = {
|
||||
["nordtheme-vim"] = {
|
||||
loaded = true,
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nord-vim",
|
||||
url = "https://github.com/arcticicestudio/nord-vim"
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nordtheme-vim",
|
||||
url = "https://github.com/ericvw/nordtheme-vim"
|
||||
},
|
||||
["null-ls.nvim"] = {
|
||||
loaded = true,
|
||||
@ -219,6 +219,11 @@ _G.packer_plugins = {
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
|
||||
url = "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
["nvim-nio"] = {
|
||||
loaded = true,
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nvim-nio",
|
||||
url = "https://github.com/nvim-neotest/nvim-nio"
|
||||
},
|
||||
["nvim-treesitter"] = {
|
||||
loaded = true,
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||||
@ -239,11 +244,6 @@ _G.packer_plugins = {
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/plenary.nvim",
|
||||
url = "https://github.com/nvim-lua/plenary.nvim"
|
||||
},
|
||||
["rust-tools.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
|
||||
url = "https://github.com/simrat39/rust-tools.nvim"
|
||||
},
|
||||
["rust.vim"] = {
|
||||
loaded = true,
|
||||
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/rust.vim",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user