Fix nvim colors and plugins

This commit is contained in:
Patrick Wadström 2024-09-11 13:23:25 +02:00
parent c249a59129
commit 22059e0e92
No known key found for this signature in database
GPG Key ID: CC0281C09CD6713D
2 changed files with 16 additions and 16 deletions

View File

@ -77,9 +77,9 @@ require 'lspconfig'.eslint.setup({
end, end,
}) })
lspconfig.graphql.setup({ --lspconfig.graphql.setup({
root_dir = lspconfig.util.root_pattern(".graphqlconfig", ".graphqlrc", "package.json"), -- root_dir = lspconfig.util.root_pattern(".graphqlconfig", ".graphqlrc", "package.json"),
flags = { -- flags = {
debounce_text_changes = 150, -- debounce_text_changes = 150,
}, -- },
}) --})

View File

@ -49,8 +49,8 @@ local function save_profiles(threshold)
end end
time([[Luarocks path setup]], true) 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 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.0-beta3/lib/lua/5.1/?.so" 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 if not string.find(package.path, package_path_str, 1, true) then
package.path = package.path .. ';' .. package_path_str package.path = package.path .. ';' .. package_path_str
end end
@ -169,10 +169,10 @@ _G.packer_plugins = {
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/neotest-plenary", path = "/home/patrick/.local/share/nvim/site/pack/packer/start/neotest-plenary",
url = "https://github.com/nvim-neotest/neotest-plenary" url = "https://github.com/nvim-neotest/neotest-plenary"
}, },
["nord-vim"] = { ["nordtheme-vim"] = {
loaded = true, loaded = true,
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nord-vim", path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nordtheme-vim",
url = "https://github.com/arcticicestudio/nord-vim" url = "https://github.com/ericvw/nordtheme-vim"
}, },
["null-ls.nvim"] = { ["null-ls.nvim"] = {
loaded = true, loaded = true,
@ -219,6 +219,11 @@ _G.packer_plugins = {
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
url = "https://github.com/neovim/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"] = { ["nvim-treesitter"] = {
loaded = true, loaded = true,
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/nvim-treesitter", 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", path = "/home/patrick/.local/share/nvim/site/pack/packer/start/plenary.nvim",
url = "https://github.com/nvim-lua/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"] = { ["rust.vim"] = {
loaded = true, loaded = true,
path = "/home/patrick/.local/share/nvim/site/pack/packer/start/rust.vim", path = "/home/patrick/.local/share/nvim/site/pack/packer/start/rust.vim",