luna config complete
This commit is contained in:
parent
2c75ae213a
commit
b963380a0a
3 changed files with 2 additions and 8 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
base = {
|
base = {
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
|
locale.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
||||||
|
|
@ -47,9 +47,6 @@
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-notify
|
nvim-notify
|
||||||
nvim-spectre
|
nvim-spectre
|
||||||
nvim-treesitter
|
|
||||||
nvim-treesitter-context
|
|
||||||
nvim-treesitter-textobjects
|
|
||||||
nvim-ts-autotag
|
nvim-ts-autotag
|
||||||
nvim-ts-context-commentstring
|
nvim-ts-context-commentstring
|
||||||
nvim-web-devicons
|
nvim-web-devicons
|
||||||
|
|
@ -62,7 +59,6 @@
|
||||||
trouble-nvim
|
trouble-nvim
|
||||||
vim-illuminate
|
vim-illuminate
|
||||||
vim-startuptime
|
vim-startuptime
|
||||||
which-key-nvim
|
|
||||||
{
|
{
|
||||||
name = "LuaSnip";
|
name = "LuaSnip";
|
||||||
path = luasnip;
|
path = luasnip;
|
||||||
|
|
@ -124,10 +120,6 @@
|
||||||
-- disable mason.nvim, use programs.neovim.extraPackages
|
-- disable mason.nvim, use programs.neovim.extraPackages
|
||||||
{ "williamboman/mason-lspconfig.nvim", enabled = false },
|
{ "williamboman/mason-lspconfig.nvim", enabled = false },
|
||||||
{ "williamboman/mason.nvim", enabled = false },
|
{ "williamboman/mason.nvim", enabled = false },
|
||||||
-- import/override with your plugins
|
|
||||||
{ import = "plugins" },
|
|
||||||
-- treesitter handled by xdg.configFile."nvim/parser", put this line at the end of spec to clear ensure_installed
|
|
||||||
{ "nvim-treesitter/nvim-treesitter", opts = { ensure_installed = {} } },
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./nix.nix
|
./nix.nix
|
||||||
|
./locale.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue