neovim good again
This commit is contained in:
parent
fd379714cc
commit
07ae881f7f
4 changed files with 2 additions and 5 deletions
|
@ -9,7 +9,6 @@ Plug('ryanoasis/vim-devicons')
|
||||||
Plug('SirVer/ultisnips')
|
Plug('SirVer/ultisnips')
|
||||||
Plug('honza/vim-snippets')
|
Plug('honza/vim-snippets')
|
||||||
Plug('preservim/nerdcommenter')
|
Plug('preservim/nerdcommenter')
|
||||||
Plug('neoclide/coc.nvim', { branch = 'release' })
|
|
||||||
Plug('nvim-telescope/telescope.nvim', { tag = '0.1.3' })
|
Plug('nvim-telescope/telescope.nvim', { tag = '0.1.3' })
|
||||||
Plug('nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' })
|
Plug('nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' })
|
||||||
Plug('nvim-lua/plenary.nvim')
|
Plug('nvim-lua/plenary.nvim')
|
||||||
|
|
|
@ -16,7 +16,6 @@ catppuccin.setup({
|
||||||
dim_context = false,
|
dim_context = false,
|
||||||
alt_background = false,
|
alt_background = false,
|
||||||
},
|
},
|
||||||
coc_nvim = true,
|
|
||||||
fidget = true,
|
fidget = true,
|
||||||
markdown = true,
|
markdown = true,
|
||||||
notify = true,
|
notify = true,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
local set = vim.opt
|
local set = vim.opt
|
||||||
set.tabstop = 8
|
set.tabstop = 8
|
||||||
set.softtabstop = 4
|
set.softtabstop = 8
|
||||||
set.shiftwidth = 4
|
set.shiftwidth = 8
|
||||||
set.expandtab = true
|
set.expandtab = true
|
||||||
set.mouse = "a"
|
set.mouse = "a"
|
||||||
set.clipboard = "unnamedplus"
|
set.clipboard = "unnamedplus"
|
||||||
|
|
1
packages
1
packages
|
@ -154,7 +154,6 @@ tlp
|
||||||
tpm2-tools
|
tpm2-tools
|
||||||
traceroute
|
traceroute
|
||||||
tree
|
tree
|
||||||
tree-sitter-cli
|
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-jetbrains-mono
|
ttf-jetbrains-mono
|
||||||
ufw
|
ufw
|
||||||
|
|
Loading…
Reference in a new issue