current nvim config
This commit is contained in:
parent
9e849348b1
commit
8bde8e492e
2 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
return require('packer').startup(function(use)
|
return require('packer').startup(function(use)
|
||||||
|
use 'wbthomason/packer.nvim'
|
||||||
|
|
||||||
use 'preservim/NERDTree'
|
use 'preservim/NERDTree'
|
||||||
use {
|
use {
|
||||||
|
@ -32,6 +33,8 @@ return require('packer').startup(function(use)
|
||||||
branch='release'
|
branch='release'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use 'Mofiqul/dracula.nvim'
|
||||||
|
|
||||||
-- language specific plugins
|
-- language specific plugins
|
||||||
-- python
|
-- python
|
||||||
use {
|
use {
|
||||||
|
@ -47,3 +50,4 @@ return require('packer').startup(function(use)
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
@ -30,3 +30,4 @@ end
|
||||||
|
|
||||||
o.timeoutlen = 300
|
o.timeoutlen = 300
|
||||||
|
|
||||||
|
vim.cmd[[colorscheme dracula]]
|
||||||
|
|
Loading…
Reference in a new issue