WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 841a891ecf - Show all commits

View file

@ -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},

View file

@ -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)