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('honza/vim-snippets')
|
||||
Plug('preservim/nerdcommenter')
|
||||
Plug('neoclide/coc.nvim', { branch = 'release' })
|
||||
Plug('nvim-telescope/telescope.nvim', { tag = '0.1.3' })
|
||||
Plug('nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' })
|
||||
Plug('nvim-lua/plenary.nvim')
|
||||
|
|
|
@ -16,7 +16,6 @@ catppuccin.setup({
|
|||
dim_context = false,
|
||||
alt_background = false,
|
||||
},
|
||||
coc_nvim = true,
|
||||
fidget = true,
|
||||
markdown = true,
|
||||
notify = true,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
local set = vim.opt
|
||||
set.tabstop = 8
|
||||
set.softtabstop = 4
|
||||
set.shiftwidth = 4
|
||||
set.softtabstop = 8
|
||||
set.shiftwidth = 8
|
||||
set.expandtab = true
|
||||
set.mouse = "a"
|
||||
set.clipboard = "unnamedplus"
|
||||
|
|
1
packages
1
packages
|
@ -154,7 +154,6 @@ tlp
|
|||
tpm2-tools
|
||||
traceroute
|
||||
tree
|
||||
tree-sitter-cli
|
||||
ttf-dejavu
|
||||
ttf-jetbrains-mono
|
||||
ufw
|
||||
|
|
Loading…
Reference in a new issue