WIP: Switch to NixOS #5
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
ensure_installed = 'maintained',
|
ensure_installed = 'all',
|
||||||
highlight = {enable = true},
|
highlight = {enable = true},
|
||||||
indent = {enable = true},
|
indent = {enable = true},
|
||||||
incremental_selection = {enable = true},
|
incremental_selection = {enable = true},
|
||||||
|
|
|
@ -34,6 +34,7 @@ require('packer').startup(function()
|
||||||
-- Tabline/bufferline
|
-- Tabline/bufferline
|
||||||
use {
|
use {
|
||||||
'akinsho/nvim-bufferline.lua',
|
'akinsho/nvim-bufferline.lua',
|
||||||
|
tag = "*",
|
||||||
requires = 'kyazdani42/nvim-web-devicons'
|
requires = 'kyazdani42/nvim-web-devicons'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,8 +109,8 @@ require('packer').startup(function()
|
||||||
run = function() vim.fn['firenvim#install'](0) end
|
run = function() vim.fn['firenvim#install'](0) end
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Vim <3 Asciidoctor
|
-- Vim <3 Asciidoctor
|
||||||
use 'habamax/vim-asciidoctor'
|
use 'habamax/vim-asciidoctor'
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue