mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
add(nvim): config rewrite (wip)
This commit is contained in:
parent
2ee34bc7ec
commit
4307f4f0db
2 changed files with 39 additions and 20 deletions
|
|
@ -12,7 +12,13 @@ require('packer').startup(function(use)
|
|||
-- Theme
|
||||
use "Th3Whit3Wolf/one-nvim"
|
||||
|
||||
use "neovim/nvim-lspconfig"
|
||||
use { -- LSP Configuration & Plugins
|
||||
'neovim/nvim-lspconfig',
|
||||
requires = {
|
||||
'williamboman/mason.nvim',
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
},
|
||||
}
|
||||
use 'lewis6991/gitsigns.nvim'
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue