💄 Updated nvim color theme
This commit is contained in:
parent
ca2d04c7f4
commit
987023643c
5 changed files with 71 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ return require("packer").startup(function(use)
|
|||
use({ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" })
|
||||
use({ "nvim-treesitter/playground" })
|
||||
use({
|
||||
"shaunsingh/nord.nvim",
|
||||
"gbprod/nord.nvim",
|
||||
config = function()
|
||||
vim.cmd("colorscheme nord")
|
||||
end,
|
||||
|
|
|
|||
|
|
@ -113,12 +113,12 @@ vim.api.nvim_create_autocmd("BufReadPost", {
|
|||
})
|
||||
|
||||
-- turns off LSP semantic tokens by default
|
||||
vim.api.nvim_create_autocmd("LspAttach", {
|
||||
callback = function(args)
|
||||
local client = vim.lsp.get_client_by_id(args.data.client_id)
|
||||
client.server_capabilities.semanticTokensProvider = nil
|
||||
end,
|
||||
})
|
||||
-- vim.api.nvim_create_autocmd("LspAttach", {
|
||||
-- callback = function(args)
|
||||
-- local client = vim.lsp.get_client_by_id(args.data.client_id)
|
||||
-- client.server_capabilities.semanticTokensProvider = nil
|
||||
-- end,
|
||||
-- })
|
||||
|
||||
-- set folds to be remembered on save
|
||||
vim.cmd([[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue