mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): nvim config rewrite (wip)
This commit is contained in:
parent
f5a5fc368e
commit
2ee34bc7ec
3 changed files with 36 additions and 4 deletions
|
|
@ -7,11 +7,12 @@ if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
|
|||
end
|
||||
|
||||
require('packer').startup(function(use)
|
||||
use 'wbthomason/packer.nvim'
|
||||
use "wbthomason/packer.nvim"
|
||||
|
||||
-- Theme
|
||||
use 'Th3Whit3Wolf/one-nvim'
|
||||
use "Th3Whit3Wolf/one-nvim"
|
||||
|
||||
use "neovim/nvim-lspconfig"
|
||||
use 'lewis6991/gitsigns.nvim'
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue