Compare commits

...

2 Commits

Author SHA1 Message Date
Patrick Wadström
22059e0e92
Fix nvim colors and plugins 2024-09-11 13:23:25 +02:00
Patrick Wadström
c249a59129
Fix nord-theme for neovim 0.10 2024-05-29 08:05:01 +02:00
4 changed files with 19 additions and 18 deletions

View File

@ -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,
-- },
--})

View File

@ -49,8 +49,8 @@ return require('packer').startup(function()
use 'udalov/kotlin-vim'
use 'rust-lang/rust.vim'
use 'zivyangll/git-blame.vim'
use 'arcticicestudio/nord-vim'
--use 'gbprod/nord.nvim'
--use 'arcticicestudio/nord-vim'
use 'ericvw/nordtheme-vim'
use 'hashivim/vim-terraform'
use 'chaoren/vim-wordmotion'
use 'cappyzawa/starlark.vim'

View File

@ -1,4 +1,5 @@
vim.opt.termguicolors = false
vim.cmd[[colorscheme nord]]
vim.cmd[[syntax enable]]

View File

@ -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",