parent
a03dfbc8dd
commit
8bb834b24f
4 changed files with 5 additions and 5 deletions
|
|
@ -73,6 +73,7 @@ lspconfig.sumneko_lua.setup {
|
||||||
diagnostics = { globals = { 'vim' } },
|
diagnostics = { globals = { 'vim' } },
|
||||||
workspace = {
|
workspace = {
|
||||||
-- Make the LSP aware of Neovim runtime files:
|
-- Make the LSP aware of Neovim runtime files:
|
||||||
|
checkThirdParty = false,
|
||||||
library = vim.api.nvim_get_runtime_file('', true)
|
library = vim.api.nvim_get_runtime_file('', true)
|
||||||
},
|
},
|
||||||
format = {
|
format = {
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ local config = {
|
||||||
-- Disable sections and component separators
|
-- Disable sections and component separators
|
||||||
component_separators = '',
|
component_separators = '',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
theme = 'gruvbox-material',
|
theme = 'gruvbox',
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
-- these are to remove the defaults
|
-- these are to remove the defaults
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,9 @@ vim.g.maplocalleader = ','
|
||||||
|
|
||||||
-- color stuff
|
-- color stuff
|
||||||
opt.termguicolors = true -- 24bit color
|
opt.termguicolors = true -- 24bit color
|
||||||
--vim.g.gruvbox_italic = 1
|
require('gruvbox').setup({})
|
||||||
opt.background = 'dark' -- dark gruvbox
|
opt.background = 'dark' -- dark gruvbox
|
||||||
vim.g.gruvbox_material_background = 'soft'
|
vim.cmd ':colorscheme gruvbox'
|
||||||
vim.cmd ':colorscheme gruvbox-material'
|
|
||||||
--vimspector
|
--vimspector
|
||||||
vim.g.vimspector_base_dir = vim.env.HOME .. "/.local/share/nvim/vimspector"
|
vim.g.vimspector_base_dir = vim.env.HOME .. "/.local/share/nvim/vimspector"
|
||||||
vim.g.vimspector_enable_mappings = "HUMAN"
|
vim.g.vimspector_enable_mappings = "HUMAN"
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
map (x: { plugin = x; }) (with pkgs.vimPlugins; [
|
map (x: { plugin = x; }) (with pkgs.vimPlugins; [
|
||||||
vim-tmux-navigator # tmux
|
vim-tmux-navigator # tmux
|
||||||
nnn-nvim # nnn as filebrowser
|
nnn-nvim # nnn as filebrowser
|
||||||
gruvbox-material # theme
|
gruvbox-nvim # theme
|
||||||
# complete ui overhaul
|
# complete ui overhaul
|
||||||
notify-nvim
|
notify-nvim
|
||||||
nui-nvim
|
nui-nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue