Thanks Björn!
This commit is contained in:
parent
fcb4bf5390
commit
5869b8d713
@ -95,11 +95,6 @@ in {
|
||||
])
|
||||
];
|
||||
|
||||
# TODO: still detected as python :/
|
||||
xdg.configFile."nvim/ftdetect/star.vim".text = ''
|
||||
au BufRead,BufNewFile *.star setfiletype=python
|
||||
'';
|
||||
|
||||
programs = lib.mkMerge [
|
||||
{
|
||||
direnv.enable = true;
|
||||
|
@ -1,3 +1,6 @@
|
||||
vim.api.nvim_exec([[
|
||||
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
|
||||
]], false)
|
||||
|
||||
vim.filetype.add({
|
||||
extension = { star = 'python' }})
|
||||
|
Loading…
Reference in New Issue
Block a user